h1 {
    color: blue;
    text-align: center;
	font-size: 100;
}

h2 {
    color: red;
  }

body {
    background: url("images.jfif") no-repeat center;
    background-size:cover;
    opacity:0.75;
}